home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
lines.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
457b
|
67 lines
lines(1) Scilab Function lines(1)
NAME
lines - rows and columns used for display
CALLING SEQUENCE
[nl,nc]=lines([n,nc])
DESCRIPTION
lines() returns the vector [# columns, # rows] currently used by Scilab for
displaying the results. lines(n) sets the number of displayed lines to n.
lines(n,nc) changes also the size of the output to nc columns.